home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global GHOR, GVERT, origv, origh, puller, shaker, occupied, donothing
- exit
- if (the visible of sprite 48 = 1) or (donothing = 1) then
- exit
- else
- if the puppet of sprite 24 = 1 then
- puppetSprite(24, 0)
- go("retract")
- else
- if the visible of sprite 17 = 1 then
- WARNING()
- exit
- else
- set occupied to 0
- set shaker to 1
- set the visible of sprite 11 to 0
- set puller to the clickOn
- set GHOR to the mouseH
- set GVERT to the mouseV
- setpoint()
- whipitoutBOTTOM()
- end if
- end if
- end if
- end
-